Direct Integration API icon

Direct Integration API

(0 reviews)

Party Proof of Identity

Sample Request

{
    "Package": {
        "Content": {
            "Application": {
                "PersonApplicant": [
                    {
                        "ProofOfIdentity": [
                            {
                                "@DOBVerified": "No",
                                "@DateOfIssue": "2024-02-07",
                                "@DocumentCategory": "Photographic",
                                "@DocumentNumber": "123456",
                                "@DocumentType": "National Identity Card",
                                "@NameOnDocument": "etsts",
                                "@NameVerified": "No",
                                "@Original": "No",
                                "@PhotographVerified": "No",
                                "@PlaceOfIssue": "test",
                                "@ResidentialAddressVerified": "No",
                                "@SequenceNumber": "0",
                                "@UniqueID": "bc63e7c48b29"
                            }
                        ]
                    }
                ]
            }
        }
    }
}

Detailed description of each field:
Field NameDescriptionTypePathRequiredEnumerationsNote
ProofOfIdentityContains details of a document used to verify identityobjectPackage.Content.Application.PersonApplicant.ProofOfIdentity
@UniqueIDSystem assigned unique identifierstringPackage.Content.Application.PersonApplicant.ProofOfIdentityYesMandatory if ProofOfIdentity exists
@DocumentTypeThe type of supporting document provided to verify the Party's identitystringPackage.Content.Application.PersonApplicant.ProofOfIdentityYesNew Zealand Passport, New Zealand Birth Certificate, New Zealand Certificate of Identity, New Zealand Citizenship Certificate, New Zealand Driver Licence, Medicare Card, National Identity Card, International Passport, Proof of Age Card, Other, Marriage CertificateMandatory if ProofOfIdentity exists
@DocumentCategoryIndication of whether the document is photographic, non photographic or secondarystringPackage.Content.Application.PersonApplicant.ProofOfIdentitySecondary, Photographic, Non Photographic
@NameOnDocumentThe name of the person for which the document is providing evidence of their identitystringPackage.Content.Application.PersonApplicant.ProofOfIdentityYesMandatory if ProofOfIdentity exists
@DocumentNumberThe identifying number of the documentstringPackage.Content.Application.PersonApplicant.ProofOfIdentityYesMandatory if ProofOfIdentity exists
@VersionNumberintegerPackage.Content.Application.PersonApplicant.ProofOfIdentityYesMandatory if document type is New Zealand Driver Licence
@DateOfIssueThe date of issue or start date of the IDdatePackage.Content.Application.PersonApplicant.ProofOfIdentity
@ExpiryDateThe end date or expiry date of the IDdatePackage.Content.Application.PersonApplicant.ProofOfIdentity
@CountryOfIssueThe country from which the ID was issuedstringPackage.Content.Application.PersonApplicant.ProofOfIdentityYesMandatory if document type is International Passport
@PlaceOfIssueHolds the city where the document was issued. For overseas documents, the place or state of issuestringPackage.Content.Application.PersonApplicant.ProofOfIdentity
@OriginalFlag to indicate whether the document is an originalstringPackage.Content.Application.PersonApplicant.ProofOfIdentityYes, No
@CertifiedCopyIndicates whether a certified copy of the proof of identity type has been providedstringPackage.Content.Application.PersonApplicant.ProofOfIdentityYes, No
@NameVerifiedFlag to indicate that the applicants name is verified by the documentstringPackage.Content.Application.PersonApplicant.ProofOfIdentityYes, No
@PhotographVerifiedCaptures whether the photograph of the applicant on the provided proof of identity document has been verifiedstringPackage.Content.Application.PersonApplicant.ProofOfIdentityYes, No
@DOBVerifiedFlag to indicate that the applicants date of birth is verified by the documentstringPackage.Content.Application.PersonApplicant.ProofOfIdentityYes, No
@ResidentialAddressVerifiedFlag to indicate that the applicants residential is verified by the documentstringPackage.Content.Application.PersonApplicant.ProofOfIdentityYes, No
@SignatureVerifiedIndicates whether the signature of this Party has been verified by an approved representative of the lenderstringPackage.Content.Application.PersonApplicant.ProofOfIdentityYes, No
@DateDocumentVerifiedIndicates the date when the document was verifieddatePackage.Content.Application.PersonApplicant.ProofOfIdentity

Reviews